| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function SetDefaultField( _ ByVal defaultField As AttributeBuilder _ ) As AttributesDimBuilder | |
| C# | |
|---|---|
public virtual AttributesDimBuilder SetDefaultField( AttributeBuilder defaultField ) | |
Parameters
- defaultField
- The default field.
Return Value
A reference to this instance after the Set operation has completed.| Exception | Description |
|---|---|
| System.NotSupportedException | The dimension is other than AttributesDimBuilder. |
The field that is used by default for this dimension. This field will be dragged when a user drags the entire dimension.
This method is supported only in the AttributesDimBuilder. The call of this method in any other dimension will produce the System.NotSupportedException.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2